home *** CD-ROM | disk | FTP | other *** search
/ ZAM 2 / ZAM 2.adf / Window.doc < prev    next >
Text File  |  1990-09-07  |  1KB  |  43 lines

  1. ####################################################################
  2. ####                                ####
  3. ####            WINDOW   -   DOCS            ####
  4. ####                                ####
  5. ####            - Public Domain -            ####
  6. ####                                ####
  7. ####        - by METALLION of KEFRENS in 1990 -        ####
  8. ####                                ####
  9. ####################################################################
  10.  
  11.  
  12. WINDOW is not a new revolutionary command, but some old commands hacked
  13. together to one file.
  14.  
  15. I was tired of all the commands such as;
  16.     Add21K, 8Colour, Expand (make PAL) etc.
  17. So i made this little sweet thing which is able to DO IT ALL.
  18.  
  19. Now you can use WINDOW to make the DOS-window any size
  20. and in any number of bitplanes you like.
  21. Besides it gives you the opportunity of changing the windowtitle.
  22. WINDOW can be run multiple times to add/remove bitplanes etc.
  23.  
  24.  
  25. Syntax:        WINDOW    Width,Heigth,Depth[,Title]
  26.  
  27.             Width  :  Width of window in bits.
  28.             Heigth :  Heigth of window in bits.
  29.             Depth  :  Number of BitPlanes (1,2,3 or 4)
  30.             Title  :  WindowTitle.
  31.  
  32. Ex.:        WINDOW 320,100,1
  33. or        WINDOW 640,256,3,"This is my Window"
  34.  
  35.  
  36. NB:    The option numbers (width...) will be min./max. tested,
  37.     so illegal sizes should do no harm at all.
  38.     You CAN NOT make a bigger window, than the size of the
  39.     opened screen.
  40.     So i guess this should run at NTSC-machines too. ???
  41.  
  42.  
  43.